LANBench Usage Guide
--------------------

LANBench is an simple application for testing network performance between two
computers based on Winsock 2.2. LANBench tests TCP performance only.

Quick Start
-----------
Run LANBench on the two computers you wish to test.
Pick one as Server and the other as Client.
On the Server side, hit the 'Listen' button.
On the Client side,
    - Go to File | Configure.
    - Under Server Settings, change Server IP Address from 127.0.0.1 to your
      Server's actual IP Address.
    - Hit OK.
    - Hit the 'Test' button.


Config Explained
----------------

Server Settings
    - Server IP Address
        IP Address of the machine you've elected to have LANBench run as Server.
    - Server Port
        Server side: TCP Port of Server LANBench to listen for client
                     connections.
        Client side: The port Client LANBench uses to connect to the Server.

Test Settings
    - Test Duration
        Duration of test in seconds.
    - Packet Size
        Size of packet to pass to Winsock for send, in KB.
    - Connections
        Number of simultaneous TCP connections for testing, max 20.
    - Transfer Mode
        Send And Receive, Send Only, Receive Only - as the names suggest, as
        seen from the client side.
        

